CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Gradient matlab

搜索资源列表

  1. ImageReg

    0下载:
  2. 这是一个图像刚性配准的程序,有matlab的界面,能够应用pv内插算法,NMI测度和共轭梯度优化算法实现-this is a image registration code of matlab。 it include pv interpretation,NMI metric and conjugate gradient optimization。
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:105978
    • 提供者:xuhui
  1. matlab-code

    0下载:
  2. 图像分割的经典代码,包含阈值法,迭代法,双峰法,边缘梯度检测法。-The classic image segmentation code, including the threshold, the iterative method, the bimodal method, the edge gradient detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2135
    • 提供者:bylqwqw
  1. conjugate-gradient-method_matlab.tar

    0下载:
  2. 利用共轭梯度法进行方程组求解的MATLAB源代码-Solving equations by conjugate gradient method (matlab code)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3952
    • 提供者:Lynn
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
  1. gradient-operator

    0下载:
  2. 运用梯度算子检测图形边缘 运用MATLAB实现-Use gradient operator detection graphics edge implemented using MATLAB
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:6354
    • 提供者:张艾瑞
  1. Genetic Nonlinear Matlab

    1下载:
  2. 遗传算法虽然全局搜索能力较强,但是局部搜索能力较弱,一般只能搜索到函数优化问题的次优解,而不是最优解,特别是函数具有多个峰值时,遗传算法易陷入局部极小,不能找到真正的全局最优解。非线性规划因多采用梯度下降方法求解,而具有极强的局部搜索能力。因此,本源代码结合两种算法的优点,一方面采用遗传算法进行全局搜索,另一方面采用非线性规划进行局部搜索,以得到函数优化问题的全局最优解。实验证明,这种方法不仅能解决多峰函数寻优易陷入局部极小的问题,而且具有很高的迭代寻优效率,取得了满意的结果。-Global s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-07
    • 文件大小:44166
    • 提供者:乐乐
  1. bp-pso-matlab

    0下载:
  2. PSO替代梯度下降训练BP网络,将代码从doc复制出来即可-The PSO alternative gradient descent training of BP network, the code is copied from the doc can
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:12539
    • 提供者:秦烁
  1. matlab-code

    0下载:
  2. 几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:3667
    • 提供者:陈亮
  1. matlab

    0下载:
  2. Histogram equalization rgb to gray coversion laplace gradient median filter
  3. 所属分类:多媒体

    • 发布日期:2014-03-16
    • 文件大小:1646
    • 提供者:aswathy
  1. GRADIENT-VECTOR-FLOW-_v5

    0下载:
  2. 梯度向量流方法的matlab源代码,用于运动边界模型,变形模型。包含论文说明。-Gradient vector flow method matlab source code for the model of the moving boundary deformation model. Contains papers illustrate.
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:954192
    • 提供者:kimist
  1. MATLAB

    0下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5.线性平滑滤波器 6.中值滤波器 8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪(bwtraceboundary函数) -Image reversal. Grayscale linear transform 3. Nonlinear transformation 4. Histogram equalization 5 linear smoothi
  3. 所属分类:source in ebook

    • 发布日期:2017-10-31
    • 文件大小:19140
    • 提供者:郭海波
  1. matlab

    0下载:
  2. The network weights are adjusted during the online implementation. The method used is based on the gradient descent method (GD), which is a simple and fast method for online adaptation.
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:306361
    • 提供者:dodo
  1. matlab

    2下载:
  2. 一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理-A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularization calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1164
    • 提供者:张刚
  1. matlab-Image-Edge-Detection-

    0下载:
  2. 图像边缘检测,利用灰度梯度进行边缘检测,得到误差在一定范围内的灰度矩阵即两个图形可以进行配对-Image edge detection, the edge detection using the gray gradient obtained in a range of error is the gray pattern matrix that can be paired two
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:6785
    • 提供者:宋佳佳
  1. image-professing

    0下载:
  2. 图像处理,基于梯度的图像增强算法,matlab代码,自己编写的比较容易理解的程序,包含增强效果比对-Image processing, image enhancement algorithm based on the gradient, matlab code, I have written a program easier to understand, including the enhancement compared to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:47151
    • 提供者:coco
  1. SIFT-matlab

    1下载:
  2. SIFT算法大致有四个步骤: 1,尺度空间极值检测。在尺度空间通过高斯微分函数来检测潜在的对于尺度和旋转不变的兴趣点。 2,关键点定位。在兴趣点位置上,确定关键点的位置和尺度。 3,方向确定。基于图像局部的梯度方向,给每个关键点分配方向。 4,关键点描述。在每个关键点的领域内测量图像局部的梯度。最终用一个特征向量来表达。 -SIFT算法大致有四个步骤: SIFT algorithm has four steps: 1,尺度空间极值检测。在尺度空间
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-11
    • 文件大小:675941
    • 提供者:张绍泉
  1. Spectral Projected Gradient for L1 minimization

    0下载:
  2. SPGL1 is a Matlab solver for large-scale one-norm regularized least squares.It is designed to solve any of the following three problems: 1. Basis pursuit denoise (BPDN): minimize ||x||_1 subject to ||Ax - b||_2 <= sigma, 2. Basis pursuit (BP): min
  3. 所属分类:matlab例程

    • 发布日期:2013-10-29
    • 文件大小:61889
    • 提供者:sjwlovekaka
  1. matlab

    1下载:
  2. 用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、 gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。 -Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2238
    • 提供者:佳佳
  1. matlab

    1下载:
  2. test2: 一、 基本最小二乘法一次算法 二、 基本最小二乘法递推算法 三、 最小二乘遗忘因子一次完成算法 四、 最小二乘遗忘因子递推算法 五、 最小二乘限定记忆算法 六、 最小二乘偏差补偿算法 七、 增广最小二乘算法 八、 广义最小二乘算法 test3: 一、 辅助变量自适应滤波算法 二、 辅助变量纯滞后算法 三、 辅助变量Tally原理算法 四、 多级最小二乘算法 五、 各类改进最小二乘算法的特点 test4: 1、 第二类随
  3. 所属分类:Other systems

    • 发布日期:2016-06-04
    • 文件大小:445440
    • 提供者:yurong
  1. Gradient-Projection-for-Matlab

    0下载:
  2. the Gradient Projection Algorithm for Matlab coding
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2156
    • 提供者:Peng LI
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 48 »
搜珍网 www.dssz.com